projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b16fa0
)
(kkc-save-init-file): Coding system name changed from
author
Kenichi Handa
<handa@m17n.org>
Tue, 10 Jun 1997 00:56:18 +0000
(
00:56
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 10 Jun 1997 00:56:18 +0000
(
00:56
+0000)
iso-2022-7 to iso-2022-7bit.
lisp/international/kkc.el
patch
|
blob
|
history
diff --git
a/lisp/international/kkc.el
b/lisp/international/kkc.el
index ba256b4373fbd4502b97089449a8df142ade6d55..13d82ca9a37db33d952cd9d3692af15ad34bca98 100644
(file)
--- a/
lisp/international/kkc.el
+++ b/
lisp/international/kkc.el
@@
-58,7
+58,7
@@
This string is shown at mode line when users are in KKC mode.")
"Save initial setup code for KKC to a file specified by `kkc-init-file-name'"
(if (and kkc-init-file-flag
(not (eq kkc-init-file-flag t)))
- (let ((coding-system-for-write 'iso-2022-7))
+ (let ((coding-system-for-write 'iso-2022-7
bit
))
(write-region (format "(setq kkc-lookup-cache '%S)\n" kkc-lookup-cache)
nil
kkc-init-file-name))))